Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

[interpreter] Implement i64x2.widen_{low,high}_i32x4_{s,u} #446

Merged
merged 1 commit into from
Feb 9, 2021

Conversation

ngzhian
Copy link
Member

@ngzhian ngzhian commented Feb 4, 2021

This was merged in #290.

Also tweaked the file generation scripts:

  • Make simd_arithmetic more generic (allow different instruction name
    patterns)
  • create a new file simd_int_to_int_widen to generate all integer
    widening operations (including the ones implemented in this PR)
  • remove widening tests from simd_conversions.wast

This was merged in WebAssembly#290.

Also tweaked the file generation scripts:

- Make simd_arithmetic more generic (allow different instruction name
patterns)
- create a new file simd_int_to_int_widen to generate all integer
widening operations (including the ones implemented in this PR)
- remove widening tests from simd_conversions.wast
@ngzhian ngzhian merged commit 634be58 into WebAssembly:master Feb 9, 2021
@ngzhian ngzhian deleted the i64x2widen branch February 9, 2021 18:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants